home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / JULY / TRANSLATOR / !Translate / !Help < prev    next >
Text File  |  1997-06-13  |  7KB  |  182 lines

  1. Translate 1.04 (13-Jun-97)
  2.  
  3. Purpose: ArtWorks module for object translation
  4. Author:  Martin Würthner
  5. Status:  FreeWare (see [5] for details)
  6.  
  7. Welcome to a free ArtWorks module!
  8.  
  9. This module provides a tool which allows you to translate objects by
  10. specific amounts (e.g. 1cm to the right). This does not sound too
  11. spectacular, but it is a feature which was really missing from
  12. ArtWorks. Try it and you will see that it is useful.
  13.  
  14. If you are upgrading please read section 2.2.
  15.  
  16. There is a much more interesting non-commercial ArtWorks module called
  17. "Polygon" (also written by me) which is ShareWare and allows you to create
  18. and edit regular polygons and stars in ArtWorks.
  19.  
  20. Furthermore, there is a commercial module called "Hatch" which introduces
  21. five new fill styles: Hatch, Crosshatch, Chequered, Spots and Squares.
  22. The fills are fully dynamic, so you can e.g. have hatched text which is
  23. still editable! Contact Computer Concepts for further information on the
  24. Hatch module.
  25.  
  26. 1) Installation
  27. ---------------
  28. Copy the !Translate application inside the !ArtWorks.Auto directory.
  29. This will cause ArtWorks to load the module automatically next time
  30. it is started.
  31.  
  32. If you are not using the 'Quick start' feature of ArtWorks, then this
  33. is it already. Otherwise (this is recognized by the fact the ArtWorks
  34. only displays one icon 'Quick start' when starting up) you have to go on:
  35.  
  36. If the 'Quick start' option is selected in the ArtWorks choices window
  37. you have to perform the following steps in order for ArtWorks to recognize
  38. the new module:
  39.  
  40. * Load ArtWorks
  41. * Open the ArtWorks choices window (icon bar menu 'Choices...', then
  42.   click on the ArtWorks icon in the ArtWorks global choices window)
  43. * Deselect 'Quick start' and click on 'Save'
  44. * Quit ArtWorks
  45. * Reload ArtWorks - while loading ArtWorks shows every module it loads
  46. * Open the ArtWorks choices window
  47. * Select 'Quick start' and click on 'Save'
  48.  
  49. If you ever should want to deinstall the module, remove the !Translate
  50. directory from the !ArtWorks.Auto directory. Then, if you are using
  51. the 'Quick start' option, you must repeat the same steps above.
  52.  
  53.  
  54. 2) The Translate module
  55. -----------------------
  56.  
  57. 2.1) How it works
  58.  
  59. The Translate module displays an additional tool, the Translate tool,
  60. in the ArtWorks tool box. The tool looks like four arrows pointing
  61. to the left, the right, the top and the bottom.
  62.  
  63. When you select the tool, the info bar displays the fields 'Offset X',
  64. and 'Offset Y' and the action button 'Get Grid'. Also, it displays
  65. the standard ArtWorks 3 by 3 matrix of small buttons (with the
  66. button in the middle missing).
  67.  
  68. While the tool is selected, you may move the current selection by
  69. the amount specified in the 'Offset X' and 'Offset Y' fields by
  70. either clicking on one of the small buttons in the 3 by 3 matrix
  71. or by using the arrow keys (or Ctrl-Shift-arrow keys). The reason
  72. for allowing the arrow keys with Ctrl-Shift as well is that while
  73. the caret is in one of the writable fields, the cursor keys are
  74. used to move the caret, so you have to use Ctrl-Shift-arrow to move
  75. the selection.
  76.  
  77. The value in 'Offset X' is taken for horizontal moves, the value in
  78. 'Offset Y' is taken for vertical moves. Note that you can move the
  79. selection diagonally if you use the corresponding buttons on the
  80. 3 by 3 matrix. To change the offset values, enter a new value in
  81. any unit of measurement allowed by ArtWorks and press Return. The
  82. values are remembered even if you change the tool. Note that after
  83. you entered a new value, the caret is still in the writable field,
  84. so the cursor keys cannot be used to move the selection. Use Ctrl-
  85. Shift-cursor key instead or simply click in the main window to
  86. take the caret away from the input field.
  87.  
  88. By clicking on 'Get Grid' the current values of the grid are filled
  89. in, e.g. if your current grid is 1cm with 2 subdivisions, the offsets
  90. are both changed to 5mm. This option works independent of the 'Lock
  91. to grid' setting.
  92.  
  93. Next to each writable fields you find a button showing a division
  94. sign. By clicking on such a button with Select, you can halve the value
  95. in the editable field. This is useful if you quickly want to translate
  96. an object by half the grid size. Simply click on "Get grid", then on
  97. the division button. By clicking with Adjust, you can double the
  98. value in the field. Note that due to the limited accuracy used for
  99. measurements within ArtWorks, after several halving steps followed by
  100. the same number of doubling steps you will not necessarily end up with
  101. the value you started from. :-(
  102.  
  103. The module fully supports the Undo system of ArtWorks. The name of
  104. the operation is 'translate', so the Menu will show 'Undo translate'
  105. if your last operation was to translate an object or a selection of
  106. objects.
  107.  
  108. 2.2) Changes
  109.  
  110. ** Bug fix in version 1.04 **
  111.  
  112. Removed the irritating bug that the cursor keys shortcuts are
  113. active even after Translate has stopped being the current tool. This
  114. interfered with the Text tool's usage of the cursor keys for moving the
  115. caret.
  116.  
  117. ** New feature of version 1.03 **
  118.  
  119. Half/Double size buttons next to the writable fields. Clicking with
  120. Select halves the value, clicking with Adjust doubles the value.
  121.  
  122. ** New features of version 1.02 **
  123.  
  124. The user interface has been modified to fit in better with the rest
  125. of ArtWorks: If you press Return, both offsets are read from their
  126. fields in the info bar (as opposed to only the one in the field the
  127. caret is in as it happened with version 1.01). Pressing any other key
  128. (e.g. up/down arrow) no longer does this.
  129.  
  130. By popular demand Translate saves the currently used values in the
  131. global ArtWorks !Choices file if you choose "Save choices" from the
  132. ArtWorks info bar menu. These will then be taken as the default
  133. values next time you load ArtWorks.
  134.  
  135. German messages added.
  136.  
  137. ** New features of version 1.01 **
  138.  
  139. Version 1.00 of Translate was incompatible with the Precision Tool
  140. (available from CC) because the latter is using some codes which are
  141. in fact allocated to me. As it is improbable that there will be a fix
  142. for the Precision Tool I have applied for some new codes and modified
  143. all my modules to use these. So this module should now work as expected
  144. even if you have got Precision.
  145.  
  146.  
  147. 3) Take part in creating new ArtWorks modules!
  148. ----------------------------------------------
  149. If you have some spare time and you are wondering what to do with it:
  150. What about writing a new ArtWorks module? You will need the ArtWorks
  151. SDK first, which costs about £40, but it is worth the money. Lots of
  152. documentation and most of the source code for the standard ArtWorks
  153. modules.
  154.  
  155. This module took less than 2 days to write. So come on, try it yourself.
  156.  
  157.  
  158. 4) Contacting me:
  159. -----------------
  160. Martin Wuerthner
  161. Jahnstrasse 18
  162. 71116 Gaertringen
  163. Germany
  164.  
  165. Phone: +49-7034-928986
  166. Fax:   +49-7034-928915   (*new*)
  167.  
  168. e-mail: wuerthne@trick.informatik.uni-stuttgart.de
  169.  
  170.  
  171. 5) Copyright:
  172. -------------
  173. This ArtWorks module including all related files is Copyright 1997,
  174. by Martin Würthner and is FREEWARE.
  175. This means that you may copy it freely provided that
  176. (a) all files of this application are distributed together without
  177.     modification
  178. (b) this application is not sold for profit without my explicit written
  179.     permission
  180.  
  181. I retain the copyright on all files.
  182.